Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alpine image to 3.19.0 #5454

Merged
merged 7 commits into from
May 16, 2024
Merged

Conversation

prakrit55
Copy link
Contributor

Which problem is this PR solving?

fixes: #5450

Description of the changes

  • changed alpine image tag from 3.16 to 3.19.0

How was this change tested?

Checklist

remove root_image and cert_image and all the references

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
add

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
fix alpine version to 3.19.0

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
@prakrit55 prakrit55 requested a review from a team as a code owner May 15, 2024 18:39
Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.46%. Comparing base (afd39dd) to head (3299b00).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5454   +/-   ##
=======================================
  Coverage   95.46%   95.46%           
=======================================
  Files         331      331           
  Lines       16113    16113           
=======================================
  Hits        15383    15383           
  Misses        556      556           
  Partials      174      174           
Flag Coverage Δ
badger_v1 8.07% <ø> (ø)
cassandra-3.x-v1 16.48% <ø> (ø)
cassandra-3.x-v2 1.86% <ø> (ø)
cassandra-4.x-v1 16.48% <ø> (ø)
cassandra-4.x-v2 1.86% <ø> (ø)
elasticsearch-7.x 1.78% <ø> (ø)
elasticsearch-8.x 1.78% <ø> (ø)
grpc_v1 9.12% <ø> (ø)
grpc_v2 7.48% <ø> (-0.02%) ⬇️
kafka 9.81% <ø> (ø)
opensearch-1.x 1.77% <ø> (-0.02%) ⬇️
opensearch-2.x 1.78% <ø> (+0.01%) ⬆️
unittests 93.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

add

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
add

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
@yurishkuro
Copy link
Member

Probably need to make a fix to ./scripts/check-go-version.sh to pass the linter. The script is currently checking the Makefile:

check docker/Makefile "^.*golang:$version_regex" "$go_latest_version"

Instead it should be pointed to check the Docker file docker/base/Dockerfile

fixed lint errors

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
fix

Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com>
@prakrit55
Copy link
Contributor Author

Probably need to make a fix to ./scripts/check-go-version.sh to pass the linter. The script is currently checking the Makefile:

check docker/Makefile "^.*golang:$version_regex" "$go_latest_version"

Instead it should be pointed to check the Docker file docker/base/Dockerfile

I think it should point to the Dockerfile in the debug

@yurishkuro yurishkuro merged commit 5554e34 into jaegertracing:main May 16, 2024
37 of 38 checks passed
@yurishkuro
Copy link
Member

Thanks!

ARG cert_image
ARG root_image
ARG cert_image=alpine:3.19.0
ARG root_image=alpine:3.19.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependabot doesn't seem to be able to handle this, it did not raise a PR to upgrade to 3.19.1

I think we need to remove these args altogether and define versions directly in the FROM directive. That dependabot should definitely support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: can we upgrade the base image of jaeger-query?
2 participants